LoadStringFromFile

Prototype:

function LoadStringFromFile(const FileName: String; var S: String): Boolean;

Description:

Loads the specified binary or text file into the specified string. Returns True if successful, False otherwise.